home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0295.lzh / AMOSLIST / text0111.txt < prev    next >
Encoding:
Text File  |  1995-03-01  |  660 b   |  17 lines

  1.  
  2. > I think this method can work fine and i think swapping banks is a good
  3. > method too, but i have a question for you and everyone who is on
  4. > amos-list: swapping banks makes program running slower?
  5.  
  6. AMOS Pro stores the bank numbers as a linked list, so swapping the banks 
  7. requires writing 4 bytes which doesn't take all that long. :)  Regular 
  8. AMOS has to write 8 bytes, but again, that's not TOO slow. :)
  9.  
  10. --
  11. GCS -d+ H+ s++:- g+ p? !au a- w+++            !Productions 1995
  12. v* C+++ UB+++A++++ P++ L++ E+ N+++       http://satelnet.org/~mentat/
  13. K+ !W--- M-- V po- Y+ t++ 5+ jx G?
  14. R tv++ D- B--- e+ u** h f r++ !n y+ "No matter where you go, there you are."
  15.  
  16.  
  17.